home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / TweakTray.exe / 0 / RCDATA / TTRAYSCREEN / TTRAYSCREEN.txt < prev   
Text File  |  2002-03-05  |  3KB  |  127 lines

  1. object TrayScreen: TTrayScreen
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'TrayScreen'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ElTrayIcon1: TElTrayIcon
  19.     PopupMenu = TBPopupMenu1
  20.     OnDblClick = mnuRunTweakallClick
  21.     StaticIcon.Data = {<image000.unknown>}
  22.     Hint = 'TweakTray'
  23.     Enabled = True
  24.     ExtendedHintDelay = 500
  25.     Left = 8
  26.     Top = 8
  27.   end
  28.   object TBPopupMenu1: TTBPopupMenu
  29.     Skin = TBSkin1
  30.     Left = 40
  31.     Top = 8
  32.     object mnuRunTweakall: TTBItem
  33.       Caption = 'Run TweakAll'
  34.       OnClick = mnuRunTweakallClick
  35.     end
  36.     object mnuRebootDivider: TTBSeparatorItem
  37.     end
  38.     object mnuReboot: TTBItem
  39.       Caption = 'Reboot'
  40.       OnClick = mnuRebootClick
  41.     end
  42.     object mnuShutdown: TTBItem
  43.       Caption = 'Shutdown'
  44.       OnClick = mnuShutdownClick
  45.     end
  46.     object mnuLogoff: TTBItem
  47.       Caption = 'Logoff'
  48.       OnClick = mnuLogoffClick
  49.     end
  50.     object mnuFreeDivider: TTBSeparatorItem
  51.     end
  52.     object mnu14ofMemory: TTBItem
  53.       Caption = 'Free 1/4 of memory'
  54.       OnClick = mnu14ofMemoryClick
  55.     end
  56.     object mnu12ofMemory: TTBItem
  57.       Caption = 'Free 1/2 of memory'
  58.       OnClick = mnu12ofMemoryClick
  59.     end
  60.     object mnu34ofMemory: TTBItem
  61.       Caption = 'Free 3/4 of memory'
  62.       OnClick = mnu34ofMemoryClick
  63.     end
  64.     object mnuAutoFree: TTBItem
  65.       Caption = 'Auto free memory'
  66.     end
  67.     object TBSeparatorItem1: TTBSeparatorItem
  68.     end
  69.     object mnuApps: TTBSubmenuItem
  70.       Caption = 'User Applications'
  71.     end
  72.     object TBSeparatorItem2: TTBSeparatorItem
  73.     end
  74.     object mnuConfigure: TTBItem
  75.       Caption = 'Configure'
  76.       OnClick = mnuConfigureClick
  77.     end
  78.     object TBSeparatorItem3: TTBSeparatorItem
  79.     end
  80.     object TBItem5: TTBItem
  81.       Caption = 'Exit'
  82.       OnClick = TBItem5Click
  83.     end
  84.   end
  85.   object TBSkin1: TTBSkin
  86.     Colors.tcFace = clBtnFace
  87.     Colors.tcPopup = 16383228
  88.     Colors.tcBorder = 8029834
  89.     Colors.tcToolbar = 14609903
  90.     Colors.tcImageList = 14609903
  91.     Colors.tcDockBorderIn = 8556434
  92.     Colors.tcDockBorderOut = 8556434
  93.     Colors.tcDockBorderTitle = clBtnShadow
  94.     Colors.tcDragHandle = 11648191
  95.     Colors.tcChecked = 15329765
  96.     Colors.tcCheckedOver = 15254701
  97.     Colors.tcSelBar = 15651521
  98.     Colors.tcSelBarBorder = clHighlight
  99.     Colors.tcSelItem = 15651521
  100.     Colors.tcSelItemBorder = clHighlight
  101.     Colors.tcSelPushed = 15254701
  102.     Colors.tcSelPushedBorder = clHighlight
  103.     Colors.tcSeparator = 11056568
  104.     Colors.tcImgListShadow = 10917255
  105.     Colors.tcGradStart = 16446188
  106.     Colors.tcGradEnd = 15651521
  107.     Colors.tcPopupGradStart = 14609903
  108.     Colors.tcPopupGradEnd = 16120570
  109.     Colors.tcImgGradStart = 14609903
  110.     Colors.tcImgGradEnd = 11320253
  111.     Colors.tcMenuText = clMenuText
  112.     Colors.tcHighlightText = clHighlightText
  113.     Colors.tcCaptionText = clHighlightText
  114.     IsDefaultSkin = True
  115.     Options = []
  116.     ParentFont = True
  117.     Version = 'Version 1.00 RC 3'
  118.     Left = 72
  119.     Top = 8
  120.   end
  121.   object MemTimer: TTimer
  122.     OnTimer = MemTimerTimer
  123.     Left = 136
  124.     Top = 8
  125.   end
  126. end
  127.